Bi Weekly Evaluation Screen
fun BiWeeklyEvaluationScreen(modifier: Modifier = Modifier, viewModel: BiWeeklyEvaluationViewModel = hiltViewModel(), openDrawer: () -> Unit, onNavigateToAnalytics: (Int) -> Unit)
Composable that displays the BiWeekly Evaluation screen with a series of questions about mental health over the past two weeks. The user can navigate through the questions and submit the responses at the end.
Parameters
modifier
Modifier for customizations to the layout.
view Model
The view model for the bi-weekly evaluation.
open Drawer
A function to open the app's side drawer.
on Navigate To Analytics
A function to navigate to the analytics screen.